home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / unix / PACKINGLIST@19 < prev    next >
Encoding:
Text File  |  1992-01-11  |  17.7 KB  |  352 lines

  1. After all the perl kits are run you should have the following files:
  2.  
  3. Filename        Kit Description
  4. --------        --- -----------
  5. Artistic                33 The "Artistic License"
  6. Configure:AA             6 Run this first
  7. Configure:AB            13 
  8. Copying                 29 The GNU General Public License
  9. EXTERN.h                39 Included before foreign .h files
  10. INTERN.h                39 Included before domestic .h files
  11. MANIFEST                17 This list of files
  12. Makefile.SH             31 Precursor to Makefile
  13. PACKINGLIST             25 Which files came from which kits
  14. PACKINGLIST@19          25 Same for current packlevel
  15. README                   1 The Instructions
  16. README.uport             1 Special instructions for Microports
  17. README.xenix             1 Special instructions for Xenix
  18. Wishlist                40 Some things that may or may not happen
  19. arg.h                   21 Public declarations for the above
  20. array.c                 32 Numerically subscripted arrays
  21. array.h                 39 Public declarations for the above
  22. c2ph.SH                 21 program to translate dbx stabs to perl
  23. c2ph.doc                30 documentation for c2ph
  24. cflags.SH               36 A script that emits C compilation flags per file
  25. client                  39 A client to test sockets
  26. cmd.c                   19 Command interpreter
  27. cmd.h                   34 Public declarations for the above
  28. config.H                26 Sample config.h
  29. config_h.SH             24 Produces config.h
  30. cons.c                  14 Routines to construct cmd nodes of a parse tree
  31. consarg.c               20 Routines to construct arg nodes of a parse tree
  32. doSH                    39 Script to run all the *.SH files
  33. doarg.c                 12 Scalar expression evaluation
  34. doio.c:AA                7 I/O operations
  35. doio.c:AB               30 
  36. dolist.c                11 Array expression evaluation
  37. dump.c                  29 Debugging output
  38. eg/ADB                  40 An adb wrapper to put in your crash dir
  39. eg/README                1 Intro to example perl scripts
  40. eg/changes              38 A program to list recently changed files
  41. eg/down                 39 A program to do things to subdirectories
  42. eg/dus                  39 A program to do du -s on non-mounted dirs
  43. eg/findcp               38 A find wrapper that implements a -cp switch
  44. eg/findtar              39 A find wrapper that pumps out a tar file
  45. eg/g/gcp                36 A program to do a global rcp
  46. eg/g/gcp.man            28 Manual page for gcp
  47. eg/g/ged                39 A program to do a global edit
  48. eg/g/ghosts             38 A sample /etc/ghosts file
  49. eg/g/gsh                36 A program to do a global rsh
  50. eg/g/gsh.man            37 Manual page for gsh
  51. eg/muck                 36 A program to find missing make dependencies
  52. eg/muck.man             39 Manual page for muck
  53. eg/myrup                38 A program to find lightly loaded machines
  54. eg/nih                  39 Script to insert #! workaround
  55. eg/relink               11 A program to change symbolic links
  56. eg/rename               34 A program to rename files
  57. eg/rmfrom               40 A program to feed doomed filenames to
  58. eg/scan/scan_df         37 Scan for filesystem anomalies
  59. eg/scan/scan_last       38 Scan for login anomalies
  60. eg/scan/scan_messages   33 Scan for console message anomalies
  61. eg/scan/scan_passwd     39 Scan for passwd file anomalies
  62. eg/scan/scan_ps         39 Scan for process anomalies
  63. eg/scan/scan_sudo       38 Scan for sudo anomalies
  64. eg/scan/scan_suid       36 Scan for setuid anomalies
  65. eg/scan/scanner         37 An anomaly reporter
  66. eg/shmkill              39 A program to remove unused shared memory
  67. eg/sysvipc/README        1 Intro to Sys V IPC examples
  68. eg/sysvipc/ipcmsg       38 Example of SYS V IPC message queues
  69. eg/sysvipc/ipcsem       38 Example of Sys V IPC semaphores
  70. eg/sysvipc/ipcshm       38 Example of Sys V IPC shared memory
  71. eg/travesty             39 A program to print travesties of its input text
  72. eg/van/empty            39 A program to empty the trashcan
  73. eg/van/unvanish         37 A program to undo what vanish does
  74. eg/van/vanexp           39 A program to expire vanished files
  75. eg/van/vanish           37 A program to put files in a trashcan
  76. eg/who                  39 A sample who program
  77. emacs/perl-mode.el      22 Emacs major mode for perl
  78. emacs/perldb.el         28 Emacs debugging
  79. emacs/perldb.pl         18 Emacs debugging
  80. emacs/tedstuff          30 Some optional patches
  81. eval.c:AA                3 The expression evaluator
  82. eval.c:AB               26 
  83. form.c                  16 Format processing
  84. form.h                  38 Public declarations for the above
  85. gettest                 39 A little script to test the get* routines
  86. h2ph.SH                 32 A thing to turn C .h file into perl .ph files
  87. h2ph                    32 Perl version of the above
  88. h2pl/README              1 How to turn .ph files into .pl files
  89. h2pl/cbreak.pl          39 cbreak routines using .ph
  90. h2pl/cbreak2.pl         39 cbreak routines using .pl
  91. h2pl/eg/sizeof.ph       39 Sample sizeof array initialization
  92. h2pl/eg/sys/errno.pl    37 Sample translated errno.pl
  93. h2pl/eg/sys/ioctl.pl    35 Sample translated ioctl.pl
  94. h2pl/eg/sysexits.pl     39 Sample translated sysexits.pl
  95. h2pl/getioctlsizes      39 Program to extract types from ioctl.h
  96. h2pl/mksizes            39 Program to make %sizeof array.
  97. h2pl/mkvars             39 Program to make .pl from .ph files
  98. h2pl/tcbreak            40 cbreak test routine using .ph
  99. h2pl/tcbreak2           40 cbreak test routine using .pl
  100. handy.h                 34 Handy definitions
  101. hash.c                  28 Associative arrays
  102. hash.h                  37 Public declarations for the above
  103. hints/3b1.sh            40 
  104. hints/3b2.sh            40 
  105. hints/aix_rs.sh         40 
  106. hints/aix_rt.sh         40 
  107. hints/altos486.sh       40 
  108. hints/apollo_C6_7.sh    26 
  109. hints/apollo_C6_8.sh    39 
  110. hints/aux.sh            40 
  111. hints/dnix.sh           40 
  112. hints/dynix.sh          40 
  113. hints/fps.sh            40 
  114. hints/genix.sh          40 
  115. hints/greenhills.sh     40 
  116. hints/hp9000_300.sh     40 
  117. hints/hp9000_400.sh     40 
  118. hints/hp9000_800.sh     22 
  119. hints/hpux.sh           39 
  120. hints/i386.sh           40 
  121. hints/isc_3_2_2.sh      39 
  122. hints/mips.sh           39 
  123. hints/mpc.sh            40 
  124. hints/ncr_tower.sh      40 
  125. hints/next.sh           19 
  126. hints/opus.sh           40 
  127. hints/osf_1.sh          37 
  128. hints/sco_2_3_0.sh      40 
  129. hints/sco_2_3_1.sh      40 
  130. hints/sco_2_3_2.sh      38 
  131. hints/sco_2_3_3.sh      40 
  132. hints/sco_3.sh          40 
  133. hints/sgi.sh            40 
  134. hints/stellar.sh        18 
  135. hints/sunos_3_4.sh      24 
  136. hints/sunos_3_5.sh      40 
  137. hints/sunos_4_0_1.sh    40 
  138. hints/sunos_4_0_2.sh    40 
  139. hints/svr4.sh           40 
  140. hints/ti1500.sh         40 
  141. hints/ultrix_3.sh       39 
  142. hints/ultrix_4.sh       39 
  143. hints/uts.sh            40 
  144. hints/vax.sh            40 
  145. installperl             33 Perl script to do "make install" dirty work
  146. ioctl.pl                35 Sample ioctl.pl
  147. lib/abbrev.pl           39 An abbreviation table builder
  148. lib/assert.pl           38 assertion and panic with stack trace
  149. lib/bigfloat.pl         32 An arbitrary precision floating point package
  150. lib/bigint.pl           31 An arbitrary precision integer arithmetic package
  151. lib/bigrat.pl           34 An arbitrary precision rational arithmetic package
  152. lib/cacheout.pl         38 Manages output filehandles when you need too many
  153. lib/chat2.pl            31 Randal's famous expect-ish routines
  154. lib/complete.pl         36 A command completion subroutine
  155. lib/ctime.pl            37 A ctime workalike
  156. lib/dumpvar.pl           1 A variable dumper
  157. lib/exceptions.pl       37 catch and throw routines
  158. lib/fastcwd.pl          39 a faster but more dangerous getcwd
  159. lib/find.pl             36 A find emulator--used by find2perl
  160. lib/finddepth.pl        31 A depth-first find emulator--used by find2perl
  161. lib/flush.pl            39 Routines to do single flush
  162. lib/getcwd.pl           38 a getcwd() emulator
  163. lib/getopt.pl           38 Perl library supporting option parsing
  164. lib/getopts.pl          38 Perl library supporting option parsing
  165. lib/importenv.pl        20 Perl routine to get environment into variables
  166. lib/look.pl             38 A "look" equivalent
  167. lib/newgetopt.pl        32 A perl library supporting long option parsing
  168. lib/perldb.pl           24 Perl debugging routines
  169. lib/pwd.pl              38 Routines to keep track of PWD environment variable
  170. lib/shellwords.pl       39 Perl library to split into words with shell quoting
  171. lib/stat.pl             39 Perl library supporting stat function
  172. lib/syslog.pl           32 Perl library supporting syslogging
  173. lib/termcap.pl          35 Perl library supporting termcap usage
  174. lib/timelocal.pl        36 Perl library supporting inverse of localtime, gmtime
  175. lib/validate.pl         35 Perl library supporting wholesale file mode validation
  176. makedepend.SH           34 Precursor to makedepend
  177. makedir.SH              38 Precursor to makedir
  178. malloc.c                30 A version of malloc you might not want
  179. msdos/Changes.dds       37 Expanation of MS-DOS patches by Diomidis Spinellis
  180. msdos/Makefile          16 MS-DOS makefile
  181. msdos/README.msdos       1 Compiling and usage information
  182. msdos/Wishlist.dds      39 My wishlist
  183. msdos/chdir.c           37 A chdir that can change drives
  184. msdos/config.h          23 Definitions for msdos
  185. msdos/dir.h             37 MS-DOS header for directory access functions
  186. msdos/directory.c       35 MS-DOS directory access functions.
  187. msdos/eg/crlf.bat       38 Convert files from unix to MS-DOS line termination
  188. msdos/eg/drives.bat     38 List the system drives and their characteristics
  189. msdos/eg/lf.bat         38 Convert files from MS-DOS to Unix line termination
  190. msdos/glob.c            39 A command equivalent to csh glob
  191. msdos/msdos.c           33 MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawn
  192. msdos/popen.c           35 My_popen and my_pclose for MS-DOS
  193. msdos/usage.c           37 How to invoke perl under MS-DOS
  194. os2/Makefile            35 Makefile for OS/2
  195. os2/README.OS2           1 Notes for OS/2
  196. os2/a2p.cs              40 Compiler script for a2p
  197. os2/a2p.def             40 Linker defs for a2p
  198. os2/alarm.c             35 An implementation of alarm()
  199. os2/alarm.h             40 Header file for same
  200. os2/config.h            20 Configuration file for OS/2
  201. os2/dir.h               37 Directory header
  202. os2/director.c          33 Directory routines
  203. os2/eg/alarm.pl         39 Example of alarm code
  204. os2/eg/os2.pl           37 Sample script for OS/2
  205. os2/eg/syscalls.pl      39 Example of syscall on OS/2
  206. os2/glob.c              13 Globbing routines
  207. os2/makefile            35 Make file
  208. os2/mktemp.c            39 Mktemp() using TMP
  209. os2/os2.c               25 Unix compatibility functions
  210. os2/perl.bad            40 names of protect-only API calls for BIND
  211. os2/perl.cs             39 Compiler script for perl
  212. os2/perl.def            25 Linker defs for perl
  213. os2/perldb.dif          38 Changes to make the debugger work
  214. os2/perlglob.bad        40 names of protect-only API calls for BIND
  215. os2/perlglob.cs         40 Compiler script for perlglob
  216. os2/perlglob.def        40 Linker defs for perlglob
  217. os2/perlsh.cmd          39 Poor man's shell for os2
  218. os2/popen.c             33 Code for opening pipes
  219. os2/s2p.cmd             31 s2p as command file
  220. os2/selfrun.bat         40 A self running perl script for DOS
  221. os2/selfrun.cmd         40 Example of extproc feature
  222. os2/suffix.c            34 Code for creating backup filenames
  223. patchlevel.h            40 The current patch level of perl
  224. perl.c                  15 main()
  225. perl.h                  22 Global declarations
  226. perl.man:AA              9 The manual page(s)
  227. perl.man:AB              8 
  228. perl.man:AC              5 
  229. perl.man:AD             10 
  230. perlsh                  39 A poor man's perl shell
  231. perly.fixer             34 A program to remove yacc stack limitations
  232. perly.y                 27 Yacc grammar for perl
  233. regcomp.c               18 Regular expression compiler
  234. regcomp.h               31 Private declarations for above
  235. regexec.c               23 Regular expression evaluator
  236. regexp.h                37 Public declarations for the above
  237. server                  39 A server to test sockets
  238. spat.h                  37 Search pattern declarations
  239. stab.c                  27 Symbol table stuff
  240. stab.h                  34 Public declarations for the above
  241. str.c                   17 String handling package
  242. str.h                   33 Public declarations for the above
  243. t/README                 1 Instructions for regression tests
  244. t/TEST                  37 The regression tester
  245. t/base/cond.t           23 See if conditionals work
  246. t/base/if.t             39 See if if works
  247. t/base/lex.t            38 See if lexical items work
  248. t/base/pat.t            39 See if pattern matching works
  249. t/base/term.t           10 See if various terms work
  250. t/cmd/elsif.t           39 See if else-if works
  251. t/cmd/for.t             38 See if for loops work
  252. t/cmd/mod.t             33 See if statement modifiers work
  253. t/cmd/subval.t          35 See if subroutine values work
  254. t/cmd/switch.t          37 See if switch optimizations work
  255. t/cmd/while.t           36 See if while loops work
  256. t/comp/cmdopt.t         36 See if command optimization works
  257. t/comp/cpp.t            39 See if C preprocessor works
  258. t/comp/decl.t           39 See if declarations work
  259. t/comp/multiline.t      39 See if multiline strings work
  260. t/comp/package.t        21 See if packages work
  261. t/comp/script.t         39 See if script invokation works
  262. t/comp/term.t           38 See if more terms work
  263. t/io/argv.t             38 See if ARGV stuff works
  264. t/io/dup.t              39 See if >& works right
  265. t/io/fs.t               36 See if directory manipulations work
  266. t/io/inplace.t          39 See if inplace editing works
  267. t/io/pipe.t             38 See if secure pipes work
  268. t/io/print.t            39 See if print commands work
  269. t/io/tell.t             38 See if file seeking works
  270. t/lib/big.t             34 See if lib/bigint.pl works
  271. t/op/append.t           39 See if . works
  272. t/op/array.t            35 See if array operations work
  273. t/op/auto.t             36 See if autoincrement et all work
  274. t/op/chop.t             39 See if chop works
  275. t/op/cond.t             39 See if conditional expressions work
  276. t/op/dbm.t              36 See if dbm binding works
  277. t/op/delete.t           39 See if delete works
  278. t/op/do.t               38 See if subroutines work
  279. t/op/each.t             38 See if associative iterators work
  280. t/op/eval.t             38 See if eval operator works
  281. t/op/exec.t             39 See if exec and system work
  282. t/op/exp.t              39 See if math functions work
  283. t/op/flip.t             36 See if range operator works
  284. t/op/fork.t             39 See if fork works
  285. t/op/glob.t             39 See if <*> works
  286. t/op/goto.t             39 See if goto works
  287. t/op/groups.t           38 See if $( works
  288. t/op/index.t            37 See if index works
  289. t/op/int.t              39 See if int works
  290. t/op/join.t             39 See if join works
  291. t/op/list.t             36 See if array lists work
  292. t/op/local.t            39 See if local works
  293. t/op/magic.t            38 See if magic variables work
  294. t/op/mkdir.t            39 See if mkdir works
  295. t/op/oct.t              29 See if oct and hex work
  296. t/op/ord.t              39 See if ord works
  297. t/op/pack.t             39 See if pack and unpack work
  298. t/op/pat.t              34 See if esoteric patterns work
  299. t/op/push.t             38 See if push and pop work
  300. t/op/range.t            38 See if .. works
  301. t/op/re_tests           32 Input file for op.regexp
  302. t/op/read.t             39 See if read() works
  303. t/op/readdir.t          39 See if readdir() works
  304. t/op/regexp.t           38 See if regular expressions work
  305. t/op/repeat.t           37 See if x operator works
  306. t/op/s.t                34 See if substitutions work
  307. t/op/sleep.t            40 See if sleep works
  308. t/op/sort.t             38 See if sort works
  309. t/op/split.t            14 See if split works
  310. t/op/sprintf.t          39 See if sprintf works
  311. t/op/stat.t             24 See if stat works
  312. t/op/study.t            15 See if study works
  313. t/op/substr.t           35 See if substr works
  314. t/op/time.t             38 See if time functions work
  315. t/op/undef.t            37 See if undef works
  316. t/op/unshift.t          39 See if unshift works
  317. t/op/vec.t              38 See if vectors work
  318. t/op/write.t            37 See if write works
  319. toke.c:AA                4 The tokener
  320. toke.c:AB               15 
  321. usersub.c               32 User supplied (possibly proprietary) subroutines
  322. usub/Makefile           39 Makefile for curseperl
  323. usub/README              1 Instructions for user supplied subroutines
  324. usub/bsdcurses.mus      29 what used to be curses.mus
  325. usub/curses.mus         19 Glue routines for BSD curses
  326. usub/man2mus            37 A manual page to .mus translator
  327. usub/mus                36 A .mus to .c translator
  328. usub/pager              35 A sample pager in curseperl
  329. usub/usersub.c          37 An initialization file to call curses glue routines
  330. util.c                  16 Utility routines
  331. util.h                  30 Public declarations for the above
  332. x2p/EXTERN.h            39 Same as above
  333. x2p/INTERN.h            39 Same as above
  334. x2p/Makefile.SH         36 Precursor to Makefile
  335. x2p/a2p.h               32 Global declarations
  336. x2p/a2p.man             12 Manual page for awk to perl translator
  337. x2p/a2p.y               14 A yacc grammer for awk
  338. x2p/a2py.c              25 Awk compiler, sort of
  339. x2p/cflags.SH           27 A script that emits C compilation flags per file
  340. x2p/find2perl.SH        29 A find to perl translator
  341. x2p/handy.h             38 Handy definitions
  342. x2p/hash.c              33 Associative arrays again
  343. x2p/hash.h              37 Public declarations for the above
  344. x2p/s2p.SH              28 Sed to perl translator
  345. x2p/s2p.man             36 Manual page for sed to perl translator
  346. x2p/str.c               13 String handling package
  347. x2p/str.h               38 Public declarations for the above
  348. x2p/util.c              33 Utility routines
  349. x2p/util.h              38 Public declarations for the above
  350. x2p/walk.c:AA            2 Parse tree walker
  351. x2p/walk.c:AB           39 
  352.